Introduction to Web Development using HTML 5
By: Kris Jamsa, Ph.D.

Chapter 8: Advanced Cascading Style Sheets

This chapter examines CSS in further detail, including CSS classes and id-based styles. By the time you finish this chapter, you will understand the following key concepts:

● How to assign formatting styles to a CSS class definition
● How to define a style for multiple selectors
● How to combine style definitions
● How to create a selector-specific class definition that applies only to the specified tag
● How to assign CSS formatting styles to a name (an identifier), which can later be assigned to one specific HTML element based on the element’s id attribute
● How to apply CSS styles to predefined pseudo classes
● How to apply CSS styles to pseudo elements

Chapter PowerPoint Presentation


StyleDemo.html
CSSClassDemo.html
HighlightTableRows.html
SharedAttributes.html
CombineClassDefinitions.html
CenterTextAndImage.html
OverrideParagraph.html
idStyle.html
PseudoLinks.html
FormHighlight.html
OtherPseduoClasses.html
BigFirstLetter.html